PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFRadioButtonField Class / PDFRadioButtonField Constructor / PDFRadioButtonField Constructor(String,PDFCosDictionary,boolean)
In This Topic
    PDFRadioButtonField Constructor(String,PDFCosDictionary,boolean)
    In This Topic
    Initializes a new object.
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFRadioButtonField( 
       java.lang.String name,
       PDFCosDictionary cosField,
       boolean isPageExtraction
    )

    Parameters

    name
    cosField
    isPageExtraction
    See Also